home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / LISTVIEW.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  34 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Menu and accelerator IDs for use with TListView
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_LISTVIEW_RH)
  10. #define OWL_LISTVIEW_RH
  11.  
  12. #if !defined(OWL_WINDOW_RH)
  13. # include <owl/window.rh>
  14. #endif
  15.  
  16. //
  17. // Many list view specific CMs are just backward compatible names for common
  18. // CMs
  19. //
  20. #define CM_LISTUNDO         CM_EDITUNDO
  21. #define CM_LISTCUT          CM_EDITCUT
  22. #define CM_LISTCOPY         CM_EDITCOPY
  23. #define CM_LISTPASTE        CM_EDITPASTE
  24. #define CM_LISTDELETE       CM_EDITPASTE
  25. #define CM_LISTCLEAR        CM_EDITCLEAR
  26. #define CM_LISTADD          CM_EDITADD
  27. #define CM_LISTEDIT         CM_EDITEDIT
  28.  
  29. #define IDM_LISTVIEW        32582
  30. #define IDA_LISTVIEW        32583
  31. #define IDS_LISTNUM         32584
  32.  
  33. #endif  //  OWL_LISTVIEW_RH
  34.